Proper connect_port
[juce-lv2.git] / juce / source / extras / browser plugins / wrapper / juce_NPAPI_GlueCode.mm
blob028bf463258fa27c424138c3a003cf2842861d45
1 /*\r
2   ==============================================================================\r
3 \r
4    This file is part of the JUCE library - "Jules' Utility Class Extensions"\r
5    Copyright 2004-11 by Raw Material Software Ltd.\r
6 \r
7   ------------------------------------------------------------------------------\r
8 \r
9    JUCE can be redistributed and/or modified under the terms of the GNU General\r
10    Public License (Version 2), as published by the Free Software Foundation.\r
11    A copy of the license is included in the JUCE distribution, or can be found\r
12    online at www.gnu.org/licenses.\r
14    JUCE is distributed in the hope that it will be useful, but WITHOUT ANY\r
15    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\r
16    A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\r
18   ------------------------------------------------------------------------------\r
20    To release a closed-source product which uses JUCE, commercial licenses are\r
21    available: visit www.rawmaterialsoftware.com/juce for more information.\r
23   ==============================================================================\r
24 */\r
26 //==============================================================================\r
27 /** The only reason this file exists is to wrap the .cpp file inside a .mm file to\r
28     make the compiler treat it as obj-C.\r
29 */\r
30 #include <Cocoa/Cocoa.h>\r
31 #define JUCE_NPAPI_WRAPPED_IN_MM 1\r
32 #include "juce_NPAPI_GlueCode.cpp"\r